.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.amaranth-regular {
    font-family: "Amaranth", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.amaranth-bold {
    font-family: "Amaranth", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.amaranth-regular-italic {
    font-family: "Amaranth", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.amaranth-bold-italic {
    font-family: "Amaranth", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.dinde-jaune-color {
    color: #FFD700;
}

body {
    font-family: 'amaranth';
    font-size: 18px;
}

.bouton-inscription {
    background-color: #FFD700;
    border: 1px solid #FFD700;
    border-radius: 23px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    color: black;
}

.bouton-inscription {
    background-color: #FFD700;
    border: 1px solid #FFD700;
    border-radius: 23px;
    padding-left: 25px !important;
    padding-right: 20px !important;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    color: black;
}


.bouton-connexion {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 3px solid #0e8c6a;
    border-radius: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 20px;
}

.fonctionnalites {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 3px solid white;
    color: white;
    border-radius: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 20px;
    text-decoration: none;

}

.end-midle {
    margin-right: 52px;
}

.site-logo {
    width: 30%;
}

.banniere {
    min-height: 68vh;
}

.banniere-content {
    padding-top: 10%;
}

h2.header-title {
    font-size: 55px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    font-family: 'amaranth';

}

.banniere-content .header-subtitle {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}

.pt-60 {
    padding-top: 90px;
}

.pb-60 {
    padding-bottom: 160px;
}

.dinde-color {
    color: #0e8c6a;
}

.defis-eleveurs h2 {
    margin-bottom: 20px;
}

.defis-eleveurs p {
    margin-bottom: 30px;
}

.defis-eleveurs ul li {
    margin-bottom: 15px;
}

.defis-eleveurs ul li i {
    color: #FFD700;
    /* Bleu Bootstrap */
    margin-right: 10px;
}

.dinde-solution {
    padding: 50px 0;
    /* Espacement vertical */
}

.dinde-intro h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.dinde-feature {
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: white;
    height: 190px;
    align-content: center;
}

.dinde-feature i {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 10px;
}

.dinde-feature h3 {
    margin-bottom: 10px;
}

/* Styles pour la section "Caractéristiques" */


.caracteristiques h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.caracteristiques p {
    margin-bottom: 30px;
}

.caracteristique {
    display: flex;
    /* Pour aligner l'icône et le texte */
    align-items: center;
    margin-bottom: 15px;
}

.caracteristique i {
    font-size: 1.5rem;
    color: #007bff;
    margin-right: 10px;
}

.caracteristique img {
    width: 20px;
    margin-right: 10px;
    /* border: 1px solid #ececec; */
    /* padding: 5px; */
}

.caracteristique h4 {
    font-size: 18px;
}

/* Styles pour la section "Comment procéder ?" */
.comment-proceder {
    padding: 40px 0;
    background-color: #e0f7fa;
    padding-bottom: 120px;
}

.comment-proceder i {
    font-size: 2rem;
    color: #007bff;
    /* Bleu */
    margin-bottom: 10px;
}

/* Styles pour l'appel à l'action */
.appel-action {
    padding: 30px 0;
}

.appel-action h2 {
    margin-bottom: 15px;
}

.besoin-aide {
    padding: 40px 0;
    background-color: #f0f0f0;

}

.besoin-aide .container {
    padding-bottom: 75px;

}

.besoin-aide h2 {
    margin-bottom: 20px;
}

.besoin-aide ul {
    list-style: none;
    padding: 0;
}

.besoin-aide .d-flex {
    align-items: center;
}

.besoin-aide i {
    margin-right: 10px;
    color: #FFD700 !important;
    font-size: 18px;
}

.contact-btn {
    background-color: #5aa175;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.contact-btn i {
    margin-right: 10px;
}

.contact-btn:hover {
    background-color: #47865c;
}

.faq {
    background-color: #e0f7fa;
    padding: 50px 0;
}

.faq h2 {
    color: #198754;
}

.faq .accordion-button {
    font-weight: bold;
}

.faq .accordion-body {
    padding: 1rem 1.25rem;
}

.footer {
    background-color: #fff;
    padding: 30px 0;
}


.footer .container {
    margin-top: 250px;
    color: white;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-container img {
    max-height: 40px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    display: inline;
    margin-right: 20px;
}

.footer-links li:last-child {
    /* Supprimer la marge droite du dernier élément */
    margin-right: 0;
}

.copyright {
    font-size: 0.9rem;
    color: #6c757d;
    /* Gris Bootstrap */
    margin-top: 10px;
}

/* Styles pour les écrans plus petits (facultatif) */
@media (max-width: 768px) {
    .footer .col-md-6 {
        text-align: center;
        /* Centrer le contenu sur les petites écrans */
    }

    .footer-links li {
        display: block;
        margin: 5px 0;
    }
}

.nav-link {
    color: black;
}

.nav-link:hover {
    color: #0e8c6a;
    ;
}


.suivi-equipements .nav-tabs .nav-link {
    border: none;
    /* Enlever les bordures par défaut des onglets */
    border-radius: 0;
    background-color: #f0f0f0;
    /* Ou une autre couleur de fond pour les onglets */
    color: #333;
}

.suivi-equipements .nav-tabs .nav-link.active {
    background-color: #fff;
    font-weight: bold;
}


.app-menu.navbar-menu {
    background: #47865c !important;
}
.app-menu.navbar-menu {
    background: red !important;
}